From: Juri Linkov Date: Sun, 18 Apr 2004 22:09:56 +0000 (+0000) Subject: (help-with-tutorial): Call `hack-local-variables' X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23096 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cfc4cc8b10b1baf62805d4747c9e1128be6e5bb2;p=emacs.git (help-with-tutorial): Call `hack-local-variables' to put into effect local variables from TUTORIAL files. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index ab76b5eb232..000b8cb5e16 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -63,6 +63,7 @@ With ARG, you are asked to choose which language." (setq default-directory (expand-file-name "~/")) (setq buffer-auto-save-file-name nil) (insert-file-contents (expand-file-name filename data-directory)) + (hack-local-variables) (goto-char (point-min)) (search-forward "\n<<") (beginning-of-line)